Returns an enumerator that iterates through the GroupingQuery<(Of <(<'TKey, T>)>)>.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract IEnumerator<IndexedGroup<TKey, T>> GetEnumerator()
Visual Basic
Public MustOverride Function GetEnumerator As IEnumerator(Of IndexedGroup(Of TKey, T))

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also